home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Sistema / WinRescue / RescueW95.exe / RESCUE95.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-03-31  |  4KB  |  158 lines

  1. object Form3: TForm3
  2.   Left = 30
  3.   Top = 148
  4.   HelpContext = 11
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSingle
  9.   Caption = 'WARNING'
  10.   ClientHeight = 98
  11.   ClientWidth = 304
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   OnActivate = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 72
  23.     Top = 52
  24.     Width = 225
  25.     Height = 17
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Windows 95 will be restarted.  Continue?'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 72
  32.     Top = 12
  33.     Width = 225
  34.     Height = 45
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Restore Previous Will Be Executed'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clRed
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Transparent = True
  45.     WordWrap = True
  46.   end
  47.   object Button1: TButton
  48.     Left = 112
  49.     Top = 74
  50.     Width = 57
  51.     Height = 17
  52.     Caption = 'Yes'
  53.     Default = True
  54.     ModalResult = 6
  55.     TabOrder = 0
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 200
  60.     Top = 74
  61.     Width = 57
  62.     Height = 17
  63.     Cancel = True
  64.     Caption = 'No'
  65.     ModalResult = 7
  66.     TabOrder = 1
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 1
  70.     Top = 1
  71.     Width = 65
  72.     Height = 96
  73.     BevelInner = bvLowered
  74.     BevelOuter = bvNone
  75.     Color = clSilver
  76.     TabOrder = 2
  77.     object ExplorerButton1: TTransparentButton
  78.       Left = 0
  79.       Top = 0
  80.       Width = 65
  81.       Height = 19
  82.       Caption = '&Previous'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlue
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       OnClick = ExplorerButton1Click
  90.     end
  91.     object ExplorerButton2: TTransparentButton
  92.       Left = 0
  93.       Top = 19
  94.       Width = 65
  95.       Height = 19
  96.       Caption = '&Spare'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clBlue
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       OnClick = ExplorerButton2Click
  104.     end
  105.     object ExplorerButton3: TTransparentButton
  106.       Left = 0
  107.       Top = 38
  108.       Width = 65
  109.       Height = 19
  110.       Caption = '&Backup'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clBlue
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       OnClick = ExplorerButton3Click
  118.     end
  119.     object ExplorerButton4: TTransparentButton
  120.       Left = 0
  121.       Top = 57
  122.       Width = 65
  123.       Height = 19
  124.       Caption = '&Diskette'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clBlue
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       OnClick = ExplorerButton4Click
  132.     end
  133.     object ExplorerButton5: TTransparentButton
  134.       Left = 0
  135.       Top = 76
  136.       Width = 65
  137.       Height = 19
  138.       Caption = '&Original'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clBlue
  141.       Font.Height = -11
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentFont = False
  145.       OnClick = ExplorerButton5Click
  146.     end
  147.   end
  148.   object PopupMenu1: TPopupMenu
  149.     OnPopup = OnPopup
  150.     Left = 8
  151.     Top = 88
  152.     object MostRecentBackup1: TMenuItem
  153.       Caption = 'Most Recent Backup'
  154.       OnClick = MostRecentBackup1Click
  155.     end
  156.   end
  157. end
  158.